ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / ArrayExtension Class / slice Method / slice<T>(List<T>,Int32) Method

In This Topic
    slice<T>(List<T>,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function slice(Of T)( _
       ByVal list As List(Of T), _
       ByVal start As Integer _
    ) As List(Of T)
    public static List<T> slice<T>( 
       List<T> list,
       int start
    )

    Parameters

    list
    start

    Type Parameters

    T
    See Also